home *** CD-ROM | disk | FTP | other *** search
/ ROM Magic / ROM Magic.iso / pc / 01_kinb / o_main / 00044_Script_44 < prev    next >
Text File  |  1994-10-06  |  214b  |  15 lines

  1. on startMovie
  2.   sound playFile 1, "O_Sound"
  3.   cursor -1
  4. end startMovie
  5.  
  6. on stepMovie
  7.   when timeOut then nothing
  8.   if not  soundBusy (1) then
  9.     sound playFile 1, "O_Sound"
  10.   end if
  11. end stepMovie
  12.  
  13.  
  14.  
  15.